Q3Object_GetType
You can use theQ3Object_GetType
function to get the type of a core QuickDraw 3D object.
TQ3ObjectType Q3Object_GetType (TQ3Object object);
object
- A QuickDraw 3D object.
DESCRIPTION
TheQ3Object_GetType
function returns, as its function result, the type identifier of the QuickDraw 3D object specified by theobject
parameter. If successful,Q3Object_GetType
returns one of these constants:
kQ3ObjectTypeElement kQ3ObjectTypePick kQ3ObjectTypeShared kQ3ObjectTypeViewIf the type cannot be determined or is invalid,Q3Object_GetType
returns the valuekQ3ObjectTypeInvalid
.